home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 99
/
(Vol 99) Jan 19 2010.iso
/
Games
/
bomby_bomb.swf
/
scripts
/
frame_13
/
DoAction.as
Wrap
Text File
|
2010-01-19
|
571b
|
34 lines
startDrag("/trail0",1,130,380,500,380);
tellTarget("/trail0")
{
gotoAndPlay(2);
}
tellTarget("/trail1")
{
gotoAndPlay(1);
}
tellTarget("/cannon")
{
gotoAndPlay(1);
}
tellTarget("/bombpile")
{
gotoAndStop(7);
}
score = 0;
endofgame = 0;
bombsLeft = 6;
tellTarget("/bombpile")
{
gotoAndStop(Number(eval("../:bombsLeft")) + 1);
}
num = 1;
while(3 >= Number(num))
{
duplicateMovieClip("/bomb","bomb" add num,16384 + num);
set("bombActive" add num,0);
set("bombOnScreen" add num,0);
num = Number(num) + 1;
}
play();